QueryParamType
import { QueryParamType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:110
Preview
type QueryParamType = QueryParamValuesType | QueryParamValuesType[] | Record<string, QueryParamValuesType>;
Structure
\number\ | \string\ | \boolean\ | \null\ | \undefined\ | \number\ | \string\ | \boolean\ | \null\ | \undefined\[] | Record<string, QueryParamValuesType>